home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / chplus / prazdroj / cz / media / odpovednost.swf / scripts / DefineButton2_38 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2003-03-12  |  319b  |  15 lines

  1. on(rollOver){
  2.    i = 1;
  3.    while(_root.b_count >= i)
  4.    {
  5.       b_path = "_root.butt_box.butt" + i;
  6.       tellTarget(b_path)
  7.       {
  8.          gotoAndStop(1);
  9.       }
  10.       i++;
  11.    }
  12.    _root.b_num = Number(String(this._name).substring(4,String(this._name).length));
  13.    _root.bmp_box.gotoAndPlay("box");
  14. }
  15.